type runtime.errorString
36 uses
runtime (current package)
alg.go#L158: panic(errorString("hash of unhashable type " + toRType(t).string()))
alg.go#L185: panic(errorString("hash of unhashable type " + toRType(t).string()))
alg.go#L262: panic(errorString("hash of unhashable type " + toRType(t).string()))
alg.go#L320: panic(errorString("comparing uncomparable type " + toRType(t).string()))
alg.go#L337: panic(errorString("comparing uncomparable type " + toRType(t).string()))
cgocall.go#L834: func cgoFormatErr(error cgoErrorMsg, kind abi.Kind) errorString {
cgocall.go#L898: return errorString(msg)
error.go#L87: type errorString string
error.go#L89: func (e errorString) RuntimeError() {}
error.go#L91: func (e errorString) Error() string {
panic.go#L302: var shiftError = error(errorString("negative shift amount"))
panic.go#L310: var divideError = error(errorString("integer divide by zero"))
panic.go#L318: var overflowError = error(errorString("integer overflow"))
panic.go#L325: var floatError = error(errorString("floating point error"))
panic.go#L332: var memoryError = error(errorString("invalid memory address or nil pointer dereference"))
panic.go#L344: var simdImmError = error(errorString("out-of-range immediate for simd intrinsic"))
panic.go#L371: var rangeDoneError = error(errorString("range function continued iteration after function for loop body returned false"))
panic.go#L372: var rangePanicError = error(errorString("range function continued iteration after loop body panic"))
panic.go#L373: var rangeExhaustedError = error(errorString("range function continued iteration after whole loop exit"))
panic.go#L374: var rangeMissingPanicError = error(errorString("range function recovered a loop body panic and did not resume panicking"))
pinner.go#L129: panic(errorString("runtime.Pinner: argument is nil"))
pinner.go#L132: panic(errorString("runtime.Pinner: argument is not a pointer: " + toRType(etyp).string()))
pinner.go#L136: panic(errorString("runtime.Pinner: object was allocated into an arena"))
pinner.go#L173: panic(errorString("tried to unpin non-Go pointer"))
pinner.go#L402: panic(errorString("runtime.Pinner: found leaking pinned pointer; forgot to call Unpin()?"))
signal_unix.go#L960: panic(errorString(sigtable[gp.sig].name))
slice.go#L30: panic(errorString("makeslice: len out of range"))
slice.go#L34: panic(errorString("makeslice: cap out of range"))
slice.go#L192: panic(errorString("growslice: len out of range"))
slice.go#L260: panic(errorString("growslice: len out of range"))
string.go#L363: panic(errorString("gobytes: length out of range"))
trace.go#L320: return errorString("tracing is already enabled")
unsafe.go#L46: panic(errorString("unsafe.String: len out of range"))
unsafe.go#L50: panic(errorString("unsafe.String: ptr is nil and len is not zero"))
unsafe.go#L102: panic(errorString("unsafe.Slice: len out of range"))
unsafe.go#L114: panic(errorString("unsafe.Slice: ptr is nil and len is not zero"))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |